home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / conv / brush2txt.lzh / BRUSH2TX.DOC < prev   
Text File  |  1992-10-23  |  2KB  |  76 lines

  1.  
  2. --------------------------
  3. IFF to Text Converter V1.1
  4. --------------------------
  5.  
  6. by:
  7.  
  8. Adrian Gonzalez  (DW)
  9. 321 Camelia Street
  10. Laredo, TX  78040
  11.  
  12. E-Mail: al170866@academ01.mty.itesm.mx
  13. Send comments, bug reports, suggestions, etc!
  14.  
  15.  
  16.    Hello everyone...  This is a k00l little trinket that'll convert
  17. IFF 8-color brushes to ASCII text.  Usage is pretty simple:
  18.  
  19. brush2txt <input file> <output file> [-characters]
  20.  
  21.  
  22. Input  file: an 8 color IFF brush.  I recommend you create this brush
  23. ------------ in 640x200 (8 color) mode, as the pixel's aspect ratio
  24.              closely resemble that of screen characters.
  25.  
  26. Output file: text file to be created.
  27. ------------
  28.  
  29. Characters: Optional.  Tells the converter what characters it should
  30. ----------- use to replace the colors from the brush.  Color 0 will
  31.             always be replaced with a blank space.  The first character
  32.             after the "-" will replace color 1 from the brush, the
  33.             second will replace color 2, and so on until color 7.
  34.             If you omit this parameter, the default setting is -#:/[OM.
  35.             (including the period)  This setting will work well with a
  36.             brush having the following pallete:
  37.    
  38.  
  39.                       Converts to this letter
  40.                RGB          by default
  41.       ------------    -----------------------
  42.       Color 0: 000              " "
  43.  
  44.       Color 1: FFF              "#"
  45.       
  46.       Color 2: 444              ":"
  47.       
  48.       Color 3: 666              "/"
  49.       
  50.       Color 4: 999              "["
  51.       
  52.       Color 5: BBB              "O"
  53.       
  54.       Color 6: DDD              "M"
  55.  
  56.       Color 7: 222              "."
  57.       ------------
  58.  
  59.    A very easy way of creating this with DPaint is to set color 0 to black,
  60.    color 7 to white, spread from 0 to 7, and exchange 1 & 7.
  61.    I chose this as default because it's much easier to work with than a
  62.    straight black to white spread from color 0 to 7 (menus get hard to
  63.    read).  If you don't like it, well, go ahead and use the characters
  64.    option to satisfy your needs ;-) (if you use a spread from black to
  65.    white, you could use -.:/[OM# for the characters option)
  66.    
  67. You may spread this program around as much as u like to, I only ask that
  68. this doc file be included with it.
  69.  
  70. Anyway, have fun, and don't harass too many people with pictures...
  71. 1200-baud modem-users will hate you! (and maybe even hate me ;)
  72.  
  73. DW
  74.  
  75. October 23, 1992
  76.